home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / protect / pgp263.zip / CONFIG.TXT < prev    next >
Text File  |  1996-01-18  |  5KB  |  125 lines

  1. # Sample config.txt file for PGP 2.6.3i.
  2. #
  3. # Blank lines are ignored, as is anything following a '#'.
  4. # Keywords are not case-sensitive.  
  5. # Whatever appears in here can be overridden on the command line,
  6. # by specifying (for example) "+armor=on".
  7.  
  8. # MyName is substring of default userid for secret key to make signatures.
  9. # If not set, PGP will use the first key on your secret keyring (the last
  10. # key you created) if you don't specify the user with -u
  11. # MyName = "John Q. Public"
  12.  
  13. # The language we will be using for displaying messages to the user.  
  14. #
  15. # Available languages:
  16. #   en = English (default)
  17. #   es = Spanish, fr = French, de = German, it = Italian,
  18. #   sv = Swedish, da = Danish, no = Norwegian, fi = Finnish,
  19. #   nl = Dutch, pl = Polish, ru = Russian, el = Greek,
  20. #   cz = Czech, ro = Romanian, hu = Hungarian, sr = Serbian,
  21. #   br = Brazilian Portuguese, lt = Lithuanian, ja = Japanese
  22. #
  23. # Language modules may be obtained from:
  24. #   http://www.ifi.uio.no/pgp/modules.shtml
  25. #   ftp://ftp.ifi.uio.no/pub/pgp/lang/
  26. #
  27. # Languages not yet available:
  28. #   ar = Arabic, iw = Hebrew, tr = Turkish, lv = Latvian, ko = Korean,
  29. #   pt = Portugese, is = Icelandic, zh = Chinese, esp = Esperanto
  30. #
  31. # Most of these codes are the ISO 639-1988 2-letter "Codes for
  32. # Representation of Names of Languages"
  33. Language = en
  34.  
  35. # Character set for displaying messages and for conversion of text files.
  36. # If you set this variable to anything else than latin1, koi8 or noconv,
  37. # PGP will do character set conversions if TextMode = on or if you specify
  38. # the -t option when encrypting or signing a file.
  39. # Available character sets:
  40. #
  41. #   latin1    - ISO-Latin/1      (ISO 8859/1)
  42. #   cp850     - IBM codepage 850 (International)
  43. #   cp852     - IBM codepage 852 (Eastern Europe)
  44. #   cp860     - IBM codepage 860 (Portuguese)
  45. #   cp866     - IBM codepage 866 (Russian)
  46. #   alt_codes - Cyrillic         (Russian)
  47. #   koi8      - Cyrillic         (Russian)
  48. #   keybcs2   - KEYBCS 2         (Eastern Europe)
  49. #   next      - NeXTSTEP
  50. #   mac       - Macintosh
  51. #   ascii     - 7-bit ASCII
  52. #
  53. # For MSDOS with a standard character set you should use cp850 to get
  54. # correct character translations.  Russian character sets for MSDOS are
  55. # usually alt_codes.
  56. #
  57. # Note that noconv, latin1, and koi8 are all treated as equivalent.
  58. # Also note that cp852 and keybcs2 convert to/from latin2 rather that
  59. # latin1.
  60. #
  61. # CharSet = cp850
  62.  
  63. # TMP is the directory name for PGP scratch files, usually a RAM disk.
  64. # It can be overridden by the environment variable TMP.
  65. # TMP = "e:\"
  66.  
  67. # Pager is the file viewing program used for viewing messages with -m
  68. # If not set or set to "pgp", a built-in pager will be used.  The pager set
  69. # in config.txt will override the environment variable PAGER.
  70. # Pager = "list"
  71.  
  72. # ArmorLines is the maximum number of lines per packet when creating a
  73. # transport armored file.  Set to 0 to disable splitting in parts.
  74. ArmorLines = 0
  75.  
  76. # The following commented-out settings are *not* the defaults.
  77. # Uncomment (remove the leading "#" character) them to get the
  78. # non-default behaviour indicated.
  79.  
  80. # Armor = on          # Use -a flag for ASCII armor whenever applicable
  81. # TextMode = on       # Attempt to use -t option where applicable
  82. # ClearSig = off      # Use ASCII armor even for unencrypted signed messages
  83. # KeepBinary = on     # Decrypt will not delete intermediate .pgp file
  84. # Verbose = 2         # Verbose diagnostic messages
  85. # Verbose = 0         # Be quiet
  86. # Compress = off      # Suppress compression to aid debugging
  87. # ShowPass = on       # Echo password when user types it
  88. # Interactive = on    # Interactively prompt the user when adding keys (-ka)
  89. # EncryptToSelf = on  # Encrypt all messages with your own public key
  90. # AutoSign = off      # Don't sign new userids
  91. # Legal_Kludge = off  # Use backwards-compatible format
  92.  
  93. # BakRing is the path to a backup copy of your secret keyring, usually
  94. # on floppy disk.  Your secret keys will be compared with the backup copy
  95. # when doing a keyring check (pgp -kc)
  96. # BakRing = "a:\secring.pgp"
  97.  
  98. # Number of completely trusted signatures needed to make a key valid.
  99. Completes_Needed = 1
  100.  
  101. # Number of marginally trusted signatures needed to make a key valid.
  102. Marginals_Needed = 2
  103.  
  104. # How many levels of introducers may introduce other introducers.
  105. Cert_Depth = 4
  106.  
  107. # TZFix is hours to add to time() to get GMT, for GMT timestamps.
  108. # Since MSDOS assumes local time is US Pacific time, and pre-corrects 
  109. # Pacific time to GMT, make TZFix=0 for California, -1 for Colorado, 
  110. # -2 for Chicago, -3 for NY, -8 for London, -9 for Amsterdam.  
  111. # However, if your MSDOS environmental variable TZ is properly defined 
  112. # for your timezone, you can leave TZFix=0.  Unix systems probably 
  113. # shouldn't need to worry about setting TZFix.
  114. # TZFix = 0
  115.  
  116. # Paths to keyrings and seed file for random generator.
  117. # PubRing = "a:\pubring.pgp"
  118. # SecRing = "a:\secring.pgp"
  119. # RandSeed = "a:\randseed.bin"
  120.  
  121. # Add optional comment to ASCII armor output.
  122. # Comment = "Requires PGP version 2.6 or later."
  123.